ReleaseAnimationsRequest

data class ReleaseAnimationsRequest(animations: List<String>)

Represents request frame that can be used with Animation#releaseAnimations operation call.

Releases a set of animations to no longer be manipulated.

See also

Constructors

ReleaseAnimationsRequest
Link copied to clipboard
fun ReleaseAnimationsRequest(animations: List<String>)

Properties

animations
Link copied to clipboard
val animations: List<String>
List of animation ids to seek.

Sources

jvm source
Link copied to clipboard